home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 089 (1989-02-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 089 (1989-02-15)(Ossowski, Stefan)(DE)(PD).adf / SPUDclock / SPUDclock.doc < prev    next >
Text File  |  1988-12-17  |  3KB  |  113 lines

  1.                       The Man From S.P.U.D. 
  2.  
  3.                             Presents
  4.  
  5.  
  6.                     SPUDclock
  7.  
  8. SPUDclock is a simple program that uses the narrator device to output (say)
  9. the time at certain user specified intervals. It was written mainly to
  10. remind you of the time when you are busy working on the computer. (I used
  11. to miss the beginings of alot of TV shows until this was written). 
  12.  
  13. To use it simply type at a CLI prompt:
  14.  
  15.     run spudclock [options]
  16.  
  17. NOTE: You need to RUN it the first time but if you invoke it later to change
  18. some options you do not need the RUN. (Once the options are changed the later
  19. copy dies leaving only one copy in memory).
  20.  
  21. The options are zero or more of the following.
  22.  
  23.     -f        The time is spoken every quarter hour on the quarter
  24.             hour.
  25.  
  26.     -t        The time is spoken every half hour on the half hour.
  27.  
  28.     -h        The time is spoken every hour on the hour.
  29.  
  30.     -p        The speakers are prestarted. This is if you have 
  31.             some amplified speakers that sense a signal and then
  32.             start amplification after a small delay. You don't
  33.             need this option if you are hooked up to your monitor.
  34.  
  35.     -s nnnn        Sets the starting time. See note below.
  36.  
  37.     -e nnnn        Sets the ending time. See note below.
  38.  
  39.     -v nn        Sets the volume. Where 0 < nn < 64.
  40.  
  41.     -m message    Says message before saying the time.
  42.  
  43.     -l        Lists the current settings.
  44.  
  45.     -d        Causes any unspecified option to revert to their
  46.             defaults. Normally only the values associated with the
  47.             options specified on the command line are changed.
  48.  
  49.     -q        Kills the main running copy of SPUDclock.
  50.  
  51.  
  52. Setting Starting and Stopping Times
  53.  
  54. With the -s and -e options you can tell SPUDclock when to start and stop
  55. speaking the time. This is if you are like me and leave your computer on all
  56. the time and don't want to get waken up every half hour. The format for the
  57. times is hhmm. (h - hours, m - minutes, 24 hour time)
  58. If you want to start at 8:30 AM and stop at 11:00 PM then part of your option
  59. set would be:
  60.         -s 830 -e 2300
  61.  
  62. "Good Morning" is spoken after the starting time and "Good Night" is
  63. spoken after the ending time. Also, times are spoken intelligently (i.e as
  64. a human would say them.
  65.  
  66. The defaults are:
  67.  
  68.     Time spoken every half hour.
  69.     No speaker prestart.
  70.     Starting time 830.
  71.     Ending time 2300.
  72.     Alarm volume 50.
  73.  
  74. These can be changed in the source and recompiled if desired. The executable
  75. was compiled under Lattice 3.10 and the makefile is included.
  76.  
  77. Any of the options may be changed at any time by invoking the program with
  78. the desired options (use the -d option to put unspecified values at their
  79. defaults).
  80.  
  81. Example:
  82.  
  83. My startup-sequence contains the line:
  84.  
  85.     run spudclock -m mister poetaytoe head says -s 700 -e 2200
  86.  
  87. so at 10:00 PM the amiga says:
  88.  
  89.     "mister potato head says it is now ten o'clock, good night"
  90.  
  91.  
  92. This program can be distributed and copied freely. If you feel you want to
  93. send a contribution, we'll be glad to accept it. That's up to you though.
  94.  
  95. Brought to you by 
  96.  
  97.         The Man From S.P.U.D.
  98.  
  99.         (H. Bret Young and Bob Beaty)
  100.  
  101.  
  102. usenet:  ihnp4!pur-ee!youngb
  103. ARPA:    youngb@eg.ecn.purdue.edu
  104. UUCP:    youngb@pur-ee.uucp
  105.  
  106.  
  107. US Mail:
  108.  
  109. H. Bret Young
  110. 716 N. 31st Street
  111. Lafayette, IN 47904
  112.  
  113.